home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Shareware / Utilitare / remover / remover.exe / {app} / Remover.exe / 0 / RCDATA / TFORMWAITFORPROGRAMS / TFORMWAITFORPROGRAMS.txt < prev   
Text File  |  2003-08-22  |  3KB  |  149 lines

  1. object formWaitForPrograms: TformWaitForPrograms
  2.   Left = 746
  3.   Top = 165
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 5
  6.   Caption = 'Programs to wait for during timed program start'
  7.   ClientHeight = 276
  8.   ClientWidth = 370
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object panelButtons: TPanel
  20.     Left = 0
  21.     Top = 241
  22.     Width = 370
  23.     Height = 35
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     DesignSize = (
  29.       370
  30.       35)
  31.     object imgTrash: TImage
  32.       Left = 4
  33.       Top = 2
  34.       Width = 32
  35.       Height = 33
  36.       Picture.Data = {<image000.ico>}
  37.       OnDblClick = listboxWaitForDblClick
  38.       OnDragDrop = imgTrashDragDrop
  39.       OnDragOver = imgTrashDragOver
  40.     end
  41.     object buttonOK: TBitBtn
  42.       Left = 272
  43.       Top = 8
  44.       Width = 91
  45.       Height = 25
  46.       Anchors = [akTop, akRight]
  47.       TabOrder = 0
  48.       Kind = bkOK
  49.     end
  50.     object buttonCancel: TBitBtn
  51.       Left = 168
  52.       Top = 8
  53.       Width = 91
  54.       Height = 25
  55.       Anchors = [akTop, akRight]
  56.       Caption = 'Cancel'
  57.       TabOrder = 1
  58.       Kind = bkCancel
  59.     end
  60.   end
  61.   object panelWaitFor: TPanel
  62.     Left = 0
  63.     Top = 0
  64.     Width = 185
  65.     Height = 241
  66.     Align = alLeft
  67.     BevelOuter = bvLowered
  68.     ParentColor = True
  69.     TabOrder = 1
  70.     object panelWaitForHeader: TPanel
  71.       Left = 1
  72.       Top = 1
  73.       Width = 183
  74.       Height = 21
  75.       Align = alTop
  76.       Alignment = taLeftJustify
  77.       Caption = '  Programs to wait for'
  78.       ParentColor = True
  79.       TabOrder = 0
  80.     end
  81.     object panelWaitForMain: TPanel
  82.       Left = 1
  83.       Top = 22
  84.       Width = 183
  85.       Height = 218
  86.       Align = alClient
  87.       TabOrder = 1
  88.       object listboxWaitFor: TListBox
  89.         Left = 1
  90.         Top = 1
  91.         Width = 181
  92.         Height = 216
  93.         Align = alClient
  94.         BorderStyle = bsNone
  95.         DragMode = dmAutomatic
  96.         ItemHeight = 13
  97.         Sorted = True
  98.         TabOrder = 0
  99.         OnClick = listboxWaitForClick
  100.         OnDblClick = listboxWaitForDblClick
  101.         OnDragDrop = listboxWaitForDragDrop
  102.         OnDragOver = listboxWaitForDragOver
  103.       end
  104.     end
  105.   end
  106.   object panelRunning: TPanel
  107.     Left = 185
  108.     Top = 0
  109.     Width = 185
  110.     Height = 241
  111.     Align = alRight
  112.     BevelOuter = bvLowered
  113.     ParentColor = True
  114.     TabOrder = 2
  115.     object panelRunningHeader: TPanel
  116.       Left = 1
  117.       Top = 1
  118.       Width = 183
  119.       Height = 21
  120.       Align = alTop
  121.       Alignment = taLeftJustify
  122.       Caption = '  Running programs'
  123.       ParentColor = True
  124.       TabOrder = 0
  125.     end
  126.     object panelRunningMain: TPanel
  127.       Left = 1
  128.       Top = 22
  129.       Width = 183
  130.       Height = 218
  131.       Align = alClient
  132.       TabOrder = 1
  133.       object listboxRunning: TListBox
  134.         Left = 1
  135.         Top = 1
  136.         Width = 181
  137.         Height = 216
  138.         Align = alClient
  139.         BorderStyle = bsNone
  140.         DragMode = dmAutomatic
  141.         ItemHeight = 13
  142.         Sorted = True
  143.         TabOrder = 0
  144.         OnDblClick = listboxRunningDblClick
  145.       end
  146.     end
  147.   end
  148. end
  149.